-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce to weak model #1387
Introduce to weak model #1387
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Description updated to latest commit (e3d779c) |
@mrT23 I've updated the PR according to your comments, pls take a look at it again. |
PR Type
Enhancement, Documentation
Description
WEAK
model type, replacing the previousTURBO
model.WEAK
model as the default for specific flows.WEAK
model.Changes walkthrough 📝
10 files
pr_processing.py
Update model handling to use weak model by default
pr_agent/algo/pr_processing.py
REGULAR
toWEAK
inretry_with_fallback_models
._get_all_models
to handleWEAK
model type.utils.py
Modify ModelType Enum to include weak model
pr_agent/algo/utils.py
TURBO
model type.WEAK
model type.utils.py
Update model configuration for weak model
pr_agent/git_providers/utils.py
model_weak
instead ofmodel_turbo
.pr_code_suggestions.py
Use weak model for code suggestions
pr_agent/tools/pr_code_suggestions.py
retry_with_fallback_models
fromREGULAR
toWEAK
.pr_description.py
Switch to weak model for PR description generation
pr_agent/tools/pr_description.py
retry_with_fallback_models
toWEAK
.pr_help_message.py
Adjust help message generation to use weak model
pr_agent/tools/pr_help_message.py
retry_with_fallback_models
toWEAK
.pr_line_questions.py
Modify line question handling to use weak model
pr_agent/tools/pr_line_questions.py
retry_with_fallback_models
toWEAK
.pr_questions.py
Use weak model for question handling
pr_agent/tools/pr_questions.py
retry_with_fallback_models
toWEAK
.pr_reviewer.py
Ensure reviewer uses regular model
pr_agent/tools/pr_reviewer.py
retry_with_fallback_models
toREGULAR
.pr_update_changelog.py
Update changelog generation to use weak model
pr_agent/tools/pr_update_changelog.py
retry_with_fallback_models
toWEAK
.1 files
changing_a_model.md
Revise usage guide for weak model configuration
docs/docs/usage-guide/changing_a_model.md
model_turbo
tomodel_weak
.1 files
configuration.toml
Update configuration for weak model settings
pr_agent/settings/configuration.toml
model_weak
to a specific model version.